home *** CD-ROM | disk | FTP | other *** search
/ PCMania 73 / PCMania CD73_1.iso / sharewar / varios / partial / REGALOS / POV / R.BAT < prev   
DOS Batch File  |  1998-03-29  |  609b  |  37 lines

  1. @Echo off
  2. :inicio
  3. if %3==3 goto sin
  4. if %3==2 goto render
  5. if %3==1 goto prueba
  6. if no exist %3 goto prueba
  7. :sin
  8. povray +i%1 -f +dgt +b +sp4 -a +h200 +w320 +lc:\graficos\povdos\include
  9. goto end
  10.  
  11. :render
  12. povray +i%1 +o%2 +dgt +b +sp4 +a +h600 +w800 +lc:\graficos\povdos\include
  13. goto pregunta
  14. goto end
  15.  
  16. :prueba
  17. povray +i%1 +o%2 +dgt +b -p +sp4 -a +h200 +w320 +lc:\graficos\povdos\include
  18. goto pregunta
  19. goto end
  20.  
  21. :pregunta
  22. cls
  23. ECHO ¿QUIERES VER DE NUEVO LA IMAGEN?[1]Si,[2]No
  24.  
  25. choice/c:12 /N
  26. if errorlevel 2 goto no
  27. if errorlevel 1 goto si
  28.  
  29. :si
  30. pv %2.tga
  31.  
  32. :no
  33. cls
  34. goto end
  35.  
  36. :end
  37.